Hi there!
Not sure what you’re trying to sum up, but…
If you only want to count how many linked records there are for a particular person, you can use the Count field type. Otherwise, you’ll likely want to use a Rollup field.
Add a field on the first table, point it at the field on the second table that you want to sum up, then use the formula:
SUM(values)
Hope that helps!