Space Manager can perform a live reorg on a table with 1000 columns if the table satisfies either of the following:
1. has a primary key constraint
2. has a unique index with at least one not null column
3. has a unique constraint with at least one not null column
If the table does not satisfy any of the above, then you can only perform a standard reorganization.