SEQUENCE.
sequence table has a counter for each table.
The ID is the table ID + 10 (the first 10 tables are used for storing the dictionary data).
The contact table is table number 5, so the next available contact_id is the row with ID = 15.
If you are adding your own records to the database, you must update the sequence table as well, otherwise, SuperOffice will trample your records.