There is no built-in autoIncrementExists or similar precondition. Your
best option is probably to find the correct SQL and use a
<sqlCheck> precondition.
Or use failOnError="false" in the <changeSet> tag
and just ignore the error. That tends to be a bit more dangerous,
though, since you don't know the actual error that is being skipped.
Nathan