One can have only one Identity column in SQl server which is usually Primary key which obviously does not accept null.
From the error looks like this is not a Primary key column for you and you still want to increment it automatically and is defined as not null.
Are you trying to generate a number for non Primary key column ???