Attached is an amended version for you to consider.
Changes made include:
1. New table tblProperties for the details of each house/flat being rented
2. Extra fields added to tblTenants
3. Credit/Debit payments merged into tblPayments using +/- signs & added extra fields
I've created relationships for the 3 tables
I've also taken the liberty of removing all underscores in favour of CamelCase naming
Suggest you remove the euro symbol from the PaymentAmount field
This isn't meant to be a final version but I think it will help you get a working model
Before proceeding further, I strongly recommend you plan out on paper all the info you will need and how it connects together then re-work the tables for your needs.
You can also find many free database designs online to look at. For example http://www.databaseanswers.org/data_models/
HTH