AFAIK you can't do that. You either need to create a clean new table, or 1) add a new column with the identity property and 2) drop the old column.
Which is best depends on each situation, you should consider each carefully though, when deciding which way to go, so nothing else gets messed up in the process.
/Kenneth