A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore only one clustered index can be created on each table.
To create a second index on the same table, change the Clustered property setting before creating the second index.
For more information, see Indexes and Creating a Clustered Index.