Hi Lisa
I had the same problem.
You have to activate auto increment for the primary ID.
How to do it:
– open phpMyAdmin
– select the WordPress database
– select table “wp_comments”
– change the row with the field “comments_id”
– select “auto_increment” from the last pull down menu in the row
– save
Now repeat this with all your tables.
Hope this helps!