I was successful in migrating from Seminar to Matukio.
Followed simply the steps of First Way.
Saved the tables
jos_sembookings
jos_seminar
jos_semnumber
with phpMyAdmin (Settings >Export>Custom> selcet the tables > mark "Add DROP TABLE... statement"
klick "ok"
jos_ was my database prefix
j25_ is my new prefix
Installed Matukio Version 1 BETA (! important!)
Edited the downloaded SQL file with a texteditor
and repaced every "jos_seminar" with "j25_matukio"
jos_sembookings > j25_matukio_bookings
jos_semnumber > j25_matukio_number
Then updated to v 2.1 did new settings and everything ist fine now
Took me about 20 Minutes