well the answer is in the error message ;-)
either you already have an auto_incremented column in your table
or
your table is indexed, but not on the column you are trying to modify for auto_incrementation (IntField), this column must have an index, therefore use the other query, with "add index()" statement