It did not help me, I had to run the DB creation “manually”. I did not use the most elegant way, but I have put at the beginning of my functions.php:
$tmp = new Sabre();
$tmp->DB_update();
Then I have reloaded my blogs frontend once and removed those lines from the functions.php. Then the table has been created and I could operate with them.